Get Available License Count for a Tenant

{ getAvailableTenantLicenseCount }

Returns the number of available licenses available for a given tenant.

Method

/API2/access/getAvailableTenantLicenseCount

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    tenantLicenseTypeData

    Object Type

    Description

    The tenant license object with its license type.

    Output Response

    Successful Result Code

    200

    Response Type

    integer

    Description of Response Type

    successful operation

    Notes

    Use 'getLicenseCount' to get the total seat count. This method returns the unused seat count.

    Examples